home *** CD-ROM | disk | FTP | other *** search
- -- mem monitor
-
- on putMem
-
- global DEBUG
-
- if DEBUG then put "thepreLoadRAM (preset): " && the preLoadRAM
-
- if DEBUG then put "the MemorySize (pgm rqts): " && the MemorySize
- if DEBUG then put "the freeBlock (lgst blk): " && the freeBlock
- if DEBUG then put "the freeBytes (avail): " && the freeBytes
-
- if DEBUG then put "ramNeeded (all frames): " && ramNeeded (0, the lastFrame)
-
- end putMem
-